www.gusucode.com > 良精ASP微博管理系统 V1.0 > 良精ASP微博管理系统 V1.0\code\admin\admin_ewsysinfo.asp

    <!--#include file="../Include/CheckLogin.asp"-->
<% 
  Response.Expires = -1  
  Response.ExpiresAbsolute = Now() - 1  
  Response.cachecontrol = "no-cache"  


If Request.QueryString("EwSysShow")="EwSys_Top" Then 
Call EwSys_Top()
End If 
If Request.QueryString("EwSysShow")="EwSys_Bottom" Then
Call EwSys_Bottom()
End If 

Sub EwSys_Top()%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Engine HuaJing Manager</title>
<link href="images/Admin.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
HuaJing {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
-->
</style>
</head>
<SCRIPT language=JavaScript type=text/JavaScript>
var displayBar=true;
function switchBar(obj)
{
	if (displayBar)
	{
		parent.EwSysTem.cols="0,*";
		displayBar=false;
		//obj.src="open.gif";
		EwSysTemSwitch.innerText="打开控制面板";
		obj.title="打开控制面板";
	}
	else{
		parent.EwSysTem.cols="180,*";
		displayBar=true;
		EwSysTemSwitch.innerText="关闭控制面板";
		//obj.src="close.gif";
		obj.title="关闭控制面板";
	}
}
function isExit(){
	if(confirm("您确定要退出管理吗?")){
		top.location.href="Admin_Login.asp?act=logout"
	}
}
</SCRIPT>
<base target="EwSys_Main"  oncontextmenu=self.event.returnValue=false>
<body bgcolor="#00659c" leftmargin="0" topmargin="0">
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center 
            border=0>
  <TBODY>
    <TR> 
      <TD bgColor=#006699 height=5><IMG height=1 
                  src="images/dot.gif" 
                width=1></TD>
    </TR>
  </TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
    <TR> 
      <TD 
                background="images/MenuBg/Ew_AdminTop.jpg" 
                height=36> 
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr> 
            <td width="140" height="36" align="left"> <font color="#FFFFFF">→ 
              <strong>管理员:</strong> <font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><strong><%=Session(EwManageUser)%></strong></font> 
              </font><strong></strong></td>
            <td width="82" align="left" onClick=switchBar(this) title="关闭左边管理导航菜单" id="EwSysTemSwitch" Style="color: #FFFFFF;font-weight: bold;Cursor:hand"><font color="#FFFFFF">关闭控制面板</font></font></td>
            <td width="40%" align="left"><strong><font color="#FFFFFF"> </font><a href="javascript:history.back()"><font color="#FFFFFF">后 
              退</font></a><font color="#FFFFFF"> | <a href="admin.asp" target="_top"><font color="#FFFFFF">刷 
              新</font></a> |</font> <a href="javascript:history.go()"><font color="#FFFFFF">前 
              进</font></a> <font color="#FFFFFF">| <a href="admin_default.asp" target="EwSys_Main"><font color="#FFFFFF">管理首页</font></a> 
              | <b><a href="javascript:isExit();" style="color: #FFFFFF">退出管理</a></b></font></strong></td>
            <td width="30%" align="right">&nbsp;&nbsp;&nbsp;&nbsp;</td>
          </tr>
        </table> 
      </TD>
    </TR>
  </TBODY>
</TABLE>
</body>

</html>
<%
End Sub

Sub EwSys_Bottom()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>EwSys_Bottom</title>
<link href="images/Admin.css" rel="stylesheet" type="text/css">
</head>
<base target="EwSys_Main">
<body bgcolor="#00659c" leftmargin="0" topmargin="0"  oncontextmenu=self.event.returnValue=false>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="30" align="center"><font color="#FFFFFF"><strong>Copyright @ 2006-2008 <%=Pw_Title%>&nbsp;&nbsp;<%=Pw_http%> 版权所有.MyLiangjing.cn</strong></font></td>
  </tr>
</table>
</body>
</html>
<script src="<%=MyCount%>/count/count.asp?style=0"></script>
<%
End Sub 
%>